ContactsView Constructor (String, String) |
Initializes a new instance of the ContactsView class.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ContactsView(
string initialName,
string finalName
)
Public Sub New (
initialName As String,
finalName As String
)
Parameters
- initialName
- Type: SystemString
- finalName
- Type: SystemString
See Also